From 0257938d1107165c9857a28b7c51991d0873b72b Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 10 Jan 2007 09:39:24 +0000 Subject: [PATCH] [LINUX] Clarify comment in xen_machine_kexec_setup_resources(). Noticed by Horms. Signed-off-by: Ian Campbell --- linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c b/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c index a16e9d9a22..41b1405ff7 100644 --- a/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c +++ b/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c @@ -98,8 +98,8 @@ void xen_machine_kexec_setup_resources(void) err: /* * It isn't possible to free xen_phys_cpus this early in the - * boot. Since failure at this stage is unexpected and the - * amount is small we leak the memory. + * boot. Failure at this stage is unexpected and the amount of + * memory is small therefore we tolerate the potential leak. */ xen_max_nr_phys_cpus = 0; return; -- 2.30.2